/* CSS Document */

/* load in navigation styles */
@import url('navigation.css');

body {
	background-color:#eee;
	padding:0;
	margin:0;
	font-family: arial, helvetica, sans-serif;
	font-size:62.5%;
	color:#666666;
}

img { border:0; }

#contentContainer {
	width:902px;
	margin:0 auto;
	background:url(/images/content_bg.gif);
	padding:20px 40px;
	font-size:1.3em;
	line-height:1.7em;
	/*text-align:justify;*/
}

h1 {
	font-family:trebuchet ms, georgia, tahoma, geneva, san-serif;
	font-size:2.2em;
	line-height:1.0em;
	color:#FFC000;
	font-weight:normal;
	margin:0;
	padding:5px;
	padding-top:15px;
}

h2 {
	font-family:Tahoma,Geneva,sans-serif;
	font-size:1.8em;
	color:#333366;
	font-weight:normal;
	margin:5px 0;
}

h2 a:link, h2 a:active, h2 a:visited {
	font-family:Tahoma,Geneva,sans-serif;
	font-size:1.8em;
	color:#333366;
	font-weight:normal;
	margin:5px 0;
}

h3 {
	font-family:Tahoma,Geneva,sans-serif;
	font-size:1.3em;
	color:#6666CC;
	font-weight:normal;
	margin:5px 0;
}

h3 a:link, h3 a:active, h3 a:visited {
	font-size:1.0em;
	color:#6666CC;
	text-decoration:none;
}

h4 {
	font-family:Tahoma,Geneva,sans-serif;
	font-size:1.4em;
	color:#6666CC;
	font-weight:normal;
	margin:15px 0 0 0;
}

a:link,a:active,a:visited { color:#666666; }
a:hover { text-decoration:none; }

ul {
    margin-top: 0;
    margin-left: 1.5em;
    padding-left: 0;
}

li {
    margin: 0;
    padding: 0;
}

table.bodyTable TH {
	background-color:#EEEEEE;
	border:1px dotted #333366;
	font-weight:bold;
	color:#333366;
}

table.bodyTable TD {
	background-color:#EEEEEE;
	border:1px dotted #333366;
	color:#333366;
}

table.bodyTable TR TD A:link, table.bodyTable TR TD A:active, table.bodyTable TR TD A:visited {
	color:#333366;
}

div.questionBox {
	/*padding:5px 20px 10px;*/
	background-color:#eeeeee;
}

table.clientList {
	width:100%;
}

table.clientList td {
	padding:0;
	margin:0;
}

.smallHeading {
	color:#333366;
	font-weight:bold;
}

INPUT.unitz {
	border:1px solid #333366;
	background-color:#4b53a1;
	font-size:0.7em;
	height:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#e3c000;
}